STEP 9: Now we need to set the value range for roll2.
The arguments in randint set the range. Since dice have 6 sides we want a random number between 1 and 6.
- Find this line of code: roll2·=·random.randint(1,10)¬
- Change the range of roll2 so that the random number will be between 1 and 6.
To navigate the page using the TAB key, first press ESC to exit the code editor.